set Auto Start
Sets whether this control should start its operation automatically after #initialize(Module) initialization.
If enabled (set to true}), the control's play or operational logic should begin immediately after its initialization phase is complete. If disabled (set to false}), the control will wait for an explicit call to #start() before becoming active.
Sets whether the Flash content should start playing automatically when the start method is called and the containing HTML page loads. Note: The actual auto-start behavior depends on the container.html and the embedded SWF file correctly interpreting any related parameters (e.g., if "autoPlay" is part of flashVars). This method primarily controls an internal flag that might be used by other logic, but doesn't directly influence the SWF's auto-play unless flashVars is updated accordingly.
The default value is true.
Parameters
true to enable auto-start, false to disable it.